|
 |
The first argument indicates the type of dialog box: open , select , or save . |
 |
The second argument, added in Dreamweaver 2, is the label that should appear in the title bar of the dialog box. If this argument is omitted, Dreamweaver uses the default label supplied by the operating system. |
 |
The third argument, added in Dreamweaver 2, is a Boolean value indicating whether to display the image preview pane in the dialog box. If this argument is TRUE , the dialog box filters for image files; if omitted, it defaults to FALSE . |
 |
The fourth argument, added in Dreamweaver 3, is a Boolean value indicating whether to suppress warnings about the selected file being outside the site root. If this argument is omitted, it defaults to FALSE . |
|